records
Petanque courts
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"terrains-de-petanque",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/terrains-de-petanque"
}
] - "definitions":{
- "terrains-de-petanque":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/terrains-de-petanque_records"
}
}
} - "records":
} - "properties":
- "terrains-de-petanque_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nom":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "naam":,{
- "type":"string",
- "title":"Naam",
- "description":""
} - "adresse":,{
- "type":"string",
- "title":"Address",
- "description":""
} - "adres":,{
- "type":"string",
- "title":"Adres",
- "description":""
} - "code_postal_postcode":,{
- "type":"string",
- "title":"Postal Code",
- "description":""
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "beschrijving":{
- "type":"string",
- "title":"Beschrijving",
- "description":""
}
} - "nom":
}
} - "fields":
} - "properties":
} - "terrains-de-petanque":
}